Platform Explorer / Nuxeo Platform 2023.10

Extension point graphtypes

Documentation

The definition of new graph types. Example:

    <graphtype class="org.example.graph.MyGraph" name="mytype"/>

The class can be an implementation of either org.nuxeo.ecm.platform.relations.api.Graph or org.nuxeo.ecm.platform.relations.api.GraphFactory.

The standard graph type "core" is defined by default.

Contribution Descriptors

  • Class: org.nuxeo.ecm.platform.relations.descriptors.GraphTypeDescriptor

Existing Contributions

Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.